На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:
общая лексика
общий (общеприменимый) синтаксис, абстрактный синтаксис
набор правил для формирования команд, применение которого не ограничивается только одним приложением или платформой (Internet)
описание структуры данных, не зависящее от аппаратной платформы и способа кодирования
общая лексика
Abstract Syntax Notation One
язык ASN.1
язык для описания абстрактного синтаксиса данных, используемый OSI. Определён в документах ISO 8824 и MTU-T X.208
Смотрите также
In computer science, the abstract syntax of data is its structure described as a data type (possibly, but not necessarily, an abstract data type), independent of any particular representation or encoding. This is particularly used in the representation of text in computer languages, which are generally stored in a tree structure as an abstract syntax tree. Abstract syntax, which only consists of the structure of data, is contrasted with concrete syntax, which also includes information about the representation. For example, concrete syntax includes features like parentheses (for grouping) or commas (for lists) which are not included in the abstract syntax, as they are implicit in the structure.
Abstract syntaxes are classified as first-order abstract syntax (FOAS), if the structure is abstract but names (identifiers) are still concrete (and thus requires name resolution), and higher-order abstract syntax, if the names themselves are abstract.